##!/usr/bin/python2
## -*- coding: utf-8 -*-
<%page args="shot, page" />
<%
from pygolem_lite.web import make_config, get_page_paths, make_zoom_image
import re
from pygolem_lite import Shot
page_path, base_path, page = get_page_paths(shot, page)
%>
${ make_zoom_image("graph.png") }
<ul>
<!-- <li> <a href=/shots/${shot}/DAS/0513NIturbo_RT.ON/ftp.sh>ftp.sh</a> -->
<li> <a href=/shots/${shot}/DAS/0513NIturbo_RT.ON/NiData.txt>NiData.txt</a>
<li> <a href=/shots/${shot}/DAS/0513NIturbo_RT.ON/log>log</a>
<li> <a href=/shots/${shot}/DAS/0513NIturbo_RT.ON/makefile>makefile</a>
<li> <a href=/shots/${shot}/DAS/0513NIturbo_RT.ON/status>status</a>
<li> <a href=/shots/${shot}/DAS/0513NIturbo_RT.ON/preved.py>preved.py</a>
<li> <a href=/shots/${shot}/DAS/0513NIturbo_RT.ON/preset.txt>preset.txt</a>
</ul>
${Shot(shot).get_pygolem_das(['NIturbo_RT'])}